Remove an unnecessary check
authorMatthias Clasen <mclasen@redhat.com>
Wed, 11 Jan 2017 00:53:08 +0000 (19:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Jan 2017 00:56:21 +0000 (19:56 -0500)
commit9133ec5cd49207c36f0a4f3f92776a3d3d81d855
treecc842f839dcb3cd4c38f127be83b7df482e3b4de
parentc1dc36dff011ce0cfcc802e73409a2849df24aaf
Remove an unnecessary check

Since the demise of theme engines, we can no longer hit
the case of id >= GTK_CSS_PROPERTY_N_PROPERTIES. So don't
check for this in a very frequently called function.
gtk/gtkcssstaticstyle.c